home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 561 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: munich.SGi.COM!knobi
  2. From: knobi@munich.SGi.COM (Martin Knoblauch)
  3. Newsgroups: gnu.g++.help,comp.lang.c++
  4. Subject: Re: HELP: `-g' not supported by GCC 2.7.2 for MIPS - IRIX
  5. Date: 4 Jan 1996 20:47:53 -0500
  6. Organization: Silicon Graphics GmbH, Am Hochacker 3, D-85630 Grasbrunn
  7. Sender: daemon@cis.ohio-state.edu
  8. Distribution: world
  9. Message-ID: <gnusenet4cbj5k$dug@fido.asd.sgi.com>
  10. References: <4c9evj$rem@enterprise.sct.gu.edu.au>
  11.  
  12. In article <4c9evj$rem@enterprise.sct.gu.edu.au>, Peter Kese
  13. <peter.kese@cit.gu.edu.au> writes:
  14. |> Hi!
  15. |> 
  16. |> I am trying to build GCC 2.7.2 on MIPS Irix 4.3. 
  17. |> The new compiler, refuses the '-g' switch saying:
  18. |> 
  19. |> cc1plus: warning: `-g' not supported by this configuration of GCC
  20. |> cc1: warning: `-g' not supported by this configuration of GCC
  21. |> 
  22. |> Does anyone know if / where did I do something wrong? 
  23. |> 
  24. |> I am looking forward for any response, because I am desperate for
  25. |> a C++ compiler.
  26. |> 
  27. |> --
  28. |> Peter Kese
  29. |> 
  30. Peter,
  31.  
  32.  first of all, you definitely are not building on 4.3 :-) Probably
  33. 5.3.
  34.  
  35.  Second, you did not read the INSTALL file :-) Somewhere there
  36. you can find that in order to use "-g" on IRIX-5.x (and on HP-UX)
  37. you need to first build/install GAS and then configure/build
  38. GCC using "--with-gas". GAS can be found in the latest version
  39. of the GNU "binutils".
  40.  
  41. Martin
  42. -- 
  43. +---------------------------------+-----------------------------------+
  44. |Martin Knoblauch                 | Silicon Graphics GmbH             |
  45. |Manager Application Center       | Am Hochacker 3 - Technopark       |
  46. |Silicon Graphics Computer Systems| D-85630 Grasbrunn-Neukeferloh, FRG|
  47. |                                 | Phone: (+int) 89 46108-179 or -0  |
  48. |                                 | Fax:   (+int) 89 46108-190 (-222) |
  49. +---------------------------------+-----------------------------------+
  50. |Network: <knobi@munich.sgi.com>  | V-Mail: 5-8935 | M/S: IMU-315     |
  51. +---------------------------------------------------------------------+
  52.  
  53.